* window.h (struct window): Replace last_cursor with last_cursor_vpos
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 26 Aug 2013 09:33:37 +0000 (13:33 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 26 Aug 2013 09:33:37 +0000 (13:33 +0400)
commit90772bdde940e8f845ecd19b8040f20a52135995
tree53725d3757305af8cc28a8e15210eaf1fac9e47d
parent0dacd275bfc8e926acc404930eb48eeb275cef1b
* window.h (struct window): Replace last_cursor with last_cursor_vpos
because this is the only last cursor data we need to keep and consult.
* window.c (replace_window, set_window_buffer, Fsplit_window_internal):
* xdisp.c (mark_window_display_accurate_1, try_cursor_movement):
Adjust users.
src/ChangeLog
src/window.c
src/window.h
src/xdisp.c